home *** CD-ROM | disk | FTP | other *** search
- function setScore(val)
- {
- mScore_mc.showValue(val);
- }
- function setExpert(val)
- {
- mExpert_mc._visible = val;
- }
- function setCured(val)
- {
- mCured_mc.showValue(val);
- }
- function setLost(val)
- {
- mLost_mc.showValue(val);
- }
- stop();
- this.onMouseDown = function()
- {
- if(this._visible)
- {
- _root.Sons.gotoAndStop("click");
- }
- };
-